Ignore internal structs in libostree-sys
authorFelix Krull <f_krull@gmx.de>
Tue, 9 Oct 2018 21:27:36 +0000 (23:27 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/conf/libostree-sys.toml

index 2cc61d7b125c8464aa4f7e8b889910c189e80d7d..23d352ca7166252aacb2575bdd0804d3f34b28ad 100644 (file)
@@ -8,5 +8,17 @@ external_libraries = [
    "GObject",
    "Gio",
 ]
+ignore = [
+    "OSTree.BootloaderInterface",
+    "OSTree.ChecksumInputStream",
+    "OSTree.ChecksumInputStreamClass",
+    "OSTree.CmdPrivateVTable",
+    "OSTree.LibarchiveInputStream",
+    "OSTree.LibarchiveInputStreamClass",
+    "OSTree.LzmaCompressorClass",
+    "OSTree.LzmaDecompressorClass",
+    "OSTree.RepoFileEnumeratorClass",
+    "OSTree.RollsumMatches",
+]
 
 girs_dir = "../gir-files"